projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8ac6f8
)
a11y: Fix function return type
author
Benjamin Otte
<otte@redhat.com>
Tue, 18 Dec 2018 00:20:36 +0000
(
01:20
+0100)
committer
Benjamin Otte
<otte@redhat.com>
Tue, 18 Dec 2018 00:20:36 +0000
(
01:20
+0100)
Typo right there.
gtk/a11y/gtkcellaccessible.c
patch
|
blob
|
history
diff --git
a/gtk/a11y/gtkcellaccessible.c
b/gtk/a11y/gtkcellaccessible.c
index ebbf096b3bbcb7d01b19af42031680066d9d6cc9..67f7dc8736af7d2eb2acd171309389faa23a6542 100644
(file)
--- a/
gtk/a11y/gtkcellaccessible.c
+++ b/
gtk/a11y/gtkcellaccessible.c
@@
-423,7
+423,7
@@
gtk_cell_accessible_get_row_header_cells (AtkTableCell *table_cell)
cell);
}
-static
gboolean
+static
AtkObject *
gtk_cell_accessible_get_table (AtkTableCell *table_cell)
{
AtkObject *obj;